Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 397 Bytes

File metadata and controls

16 lines (10 loc) · 397 Bytes

Usage

The .netrc file can be used to provide credentials to many CLI tools (e.g. wget, git).

Syntax:

machine example.com
  login admin
  password verysecret

Security

When using .netrc consider

  • that your passwords are stored in plain text
  • to use proper file permissions (e.g. 0600)